From 138d91dfa155444d7d35690f5582904ae92a341f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Tue, 31 Jul 2012 20:45:36 +0200 Subject: [PATCH] extensions: cairo - remove unused lut_linear table --- extensions/cairo.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/extensions/cairo.c b/extensions/cairo.c index 69e7275..af94d0d 100644 --- a/extensions/cairo.c +++ b/extensions/cairo.c @@ -69,8 +69,6 @@ conv_rgbA8_premul_cairo32_le (unsigned char *src, unsigned char *dst, long sampl return samples; } -static float lut_linear[1 << 8]; - static inline long conv_rgbA8_cairo32_le (unsigned char *src, unsigned char *dst, long samples) { -- 2.30.2